Skip to content

Instantly share code, notes, and snippets.

View gabrielbull's full-sized avatar

Gabriel Bull gabrielbull

View GitHub Profile
import React, { Component } from 'react';
import { NavPane, NavPaneItem, Text } from 'react-desktop/windows';
export default class Menu extends Component {
static defaultProps = {
color: '#cc7f29',
theme: 'light'
};
_isMounted = false;
<?php
namespace MyNamespace;
class AbstractClass
{
}
@gabrielbull
gabrielbull / AbstractClass.php
Last active September 22, 2015 14:51
inflector issue
<?php
namespace MyNamespace;
class AbstractClass
{
}
@gabrielbull
gabrielbull / MainRequestHandler.php
Last active August 29, 2015 14:13
PSR-7 Router Example
<?php
namespace Demo;
use Router\RequestHandler;
class MainRequestHandler extends RequestHandler
{
public function init()
{