Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 1.94 KB

OnlyFromCurrentClassCondition.md

File metadata and controls

81 lines (47 loc) · 1.94 KB

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)

Methods:

  1. canAddToCollection

Method details:

public function canAddToCollection(\BumbleDocGen\Core\Parser\Entity\EntityInterface $entity): bool;

Parameters:

Name Type Description
$entity \BumbleDocGen\Core\Parser\Entity\EntityInterface -

Return value: bool