BumbleDocGen / Technical description of the project / Class map / OnlyFromCurrentClassCondition
namespace BumbleDocGen\LanguageHandler\Php\Parser\FilterCondition\MethodFilterCondition;
final class OnlyFromCurrentClassCondition implements \BumbleDocGen\Core\Parser\FilterCondition\ConditionInterface
Only methods that belong to the current class (not parent)
- # canAddToCollection | source code
public function canAddToCollection(\BumbleDocGen\Core\Parser\Entity\EntityInterface $entity): bool;
Parameters:
Name | Type | Description |
---|---|---|
$entity | \BumbleDocGen\Core\Parser\Entity\EntityInterface | - |
Return value: bool