PHP: Hypertext Preprocessor (original) (raw)

Change language:

ReflectionClass::isTrait

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionClass::isTrait — Returns whether this is a trait

Description

public ReflectionClass::isTrait(): bool

Check whether this ReflectionClass refers to a trait.

Parameters

This function has no parameters.

Return Values

Returns [true](reserved.constants.php#constant.true) if this is a trait, [false](reserved.constants.php#constant.false) otherwise.

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug

+add a note

User Contributed Notes

There are no user contributed notes for this page.