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

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

public __construct ( $type, $value = NULL )
    function __construct($type, $value = NULL)
    {
        $this->type = $type;
        $this->value = $value;
    }