%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/jetbrains/phpstorm-stubs/Parle/ |
| Current File : /home/graphicd/public_html/vebto/vendor/jetbrains/phpstorm-stubs/Parle/Token.php |
<?php namespace Parle;
class Token
{
/* Constants */
/** @var int End of input token id. */
const EOI = 0 ;
/** @var int Unknown token id. */
const UNKNOWN = -1 ;
/** @var int Skip token id. */
const SKIP = -2 ;
/* Properties */
/** @var int Token id. */
public $id;
/** @var string Token value. */
public $value;
}