PHP Class PHPSA\Compiler\Parameter

Inheritance: extends PHPSA\Variable
ファイルを表示 Open project: ovr/phpsa

Public Methods

Method Description
__construct ( string $name, null $defaultValue = null, integer $type = CompiledExpression::UNKNOWN, boolean | false $referenced = false )
getSymbolType ( ) : string

Method Details

__construct() public method

public __construct ( string $name, null $defaultValue = null, integer $type = CompiledExpression::UNKNOWN, boolean | false $referenced = false )
$name string
$defaultValue null
$type integer
$referenced boolean | false

getSymbolType() public method

public getSymbolType ( ) : string
return string