PHP 인터페이스 Prado\Util\IInstanceCheck

부터: 3.2.3
저자: Brad Anderson ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
isinstanceof ( $class, $instance = null ) : boolean | null The method checks $this or, if needed, the parameter $instance is of type class. In the case of a Class Behavior, the instance to which the behavior is attached may be important to determine if $this is an instance of a particular class.

메소드 상세

isinstanceof() 공개 메소드

The method checks $this or, if needed, the parameter $instance is of type class. In the case of a Class Behavior, the instance to which the behavior is attached may be important to determine if $this is an instance of a particular class.
public isinstanceof ( $class, $instance = null ) : boolean | null
리턴 boolean | null if the this or the instance is of type class. When null, no information could be derived and the default mechanisms take over.