ReflectionClass::isAbstract
( excerpt from http://php.net/manual/en/reflectionclass.isabstract.php )
public function isAbstract(): bool;
Checks if the class is abstract.
Returns
bool
- Returns TRUE on success or FALSE on failure.
( excerpt from http://php.net/manual/en/reflectionclass.isabstract.php )
public function isAbstract(): bool;
Checks if the class is abstract.
bool
- Returns TRUE on success or FALSE on failure.