Sepia\PoParser::__construct PHP Méthode

__construct() public méthode

public __construct ( sepia\InterfaceHandler $handler = null, $options = [] )
$handler sepia\InterfaceHandler
    public function __construct(InterfaceHandler $handler = null, $options = array())
    {
        $this->sourceHandle = $handler;
        $defaultOptions = array('multiline-glue' => '<##EOL##>', 'context-glue' => '<##EOC##>');
        $this->options = array_merge($defaultOptions, $options);
    }