ReflectionClass::isSubclassOf

(PHP 5)

ReflectionClass::isSubclassOfChecks if a subclass

Descrição

public bool ReflectionClass::isSubclassOf ( string $class )

Checks if the class is a subclass of a specified class.

Parâmetros

class

The class name being checked against.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja Também



User Contributed Notes
ReflectionClass::isSubclassOf
There are no user contributed notes for this page.

ReflectionClass::isTrait> <ReflectionClass::isIterateable
Last updated: Fri, 24 Feb 2012