PhpPeg\Flags::__construct PHP Метод

__construct() публичный Метод

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