PhpPeg\Flags::__construct PHP Method

__construct() public method

public __construct ( $parent = NULL )
    function __construct($parent = NULL)
    {
        $this->parent = $parent;
        $this->flags = [];
    }