PHP 트레잇 Nette\SmartObject

- 'did you mean' hints - access to undeclared members throws exceptions - support for @property annotations - support for calling event handlers stored in $onEvent via onEvent() - compatible with Nette\Object
파일 보기 프로젝트 열기: nette/utils

공개 메소드들

메소드 설명
__call ( $name, $args ) : mixed
__callStatic ( $name, $args ) : void
__get ( $name ) : mixed
__isset ( $name ) : boolean
__set ( $name, $value ) : void
__unset ( $name ) : void
extensionMethod ( $name, $callback = NULL ) : mixed
getReflection ( ) : ClassType | ReflectionClass

메소드 상세

__call() 공개 메소드

public __call ( $name, $args ) : mixed
리턴 mixed

__callStatic() 공개 정적인 메소드

public static __callStatic ( $name, $args ) : void
리턴 void

__get() 공개 메소드

public __get ( $name ) : mixed
리턴 mixed property value

__isset() 공개 메소드

public __isset ( $name ) : boolean
리턴 boolean

__set() 공개 메소드

public __set ( $name, $value ) : void
리턴 void

__unset() 공개 메소드

public __unset ( $name ) : void
리턴 void

extensionMethod() 공개 정적인 메소드

사용 중단: use Nette\Utils\ObjectMixin::setExtensionMethod()
public static extensionMethod ( $name, $callback = NULL ) : mixed
리턴 mixed

getReflection() 공개 정적인 메소드

사용 중단:
public static getReflection ( ) : ClassType | ReflectionClass
리턴 Nette\Reflection\ClassType | ReflectionClass