Prado\Util\IInstanceCheck::isinstanceof PHP 메소드

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.
    public function isinstanceof($class, $instance = null);
IInstanceCheck