PHP 클래스 PHPCfg\Func

파일 보기 프로젝트 열기: ircmaxell/php-cfg 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$callableOp PHPCfg\Op\CallableOp | null
$cfg Block | null
$class PHPCfg\Operand\Literal
$flags integer
$name string
$params PHPCfg\Op\Expr\Param[]
$returnType

공개 메소드들

메소드 설명
__construct ( $name, $flags, $returnType, $class )
getScopedName ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, $flags, $returnType, $class )

getScopedName() 공개 메소드

public getScopedName ( )

프로퍼티 상세

$callableOp 공개적으로 프로퍼티

public CallableOp,PHPCfg\Op|null $callableOp
리턴 PHPCfg\Op\CallableOp | null

$cfg 공개적으로 프로퍼티

public Block,phpcfg|null $cfg
리턴 Block | null

$class 공개적으로 프로퍼티

public Literal,PHPCfg\Operand $class
리턴 PHPCfg\Operand\Literal

$flags 공개적으로 프로퍼티

public int $flags
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$params 공개적으로 프로퍼티

public Param[],PHPCfg\Op\Expr $params
리턴 PHPCfg\Op\Expr\Param[]

$returnType 공개적으로 프로퍼티

public $returnType