BumbleDocGen / Technical description of the project / Parser / Entity filter conditions / IsProtectedCondition
IsProtectedCondition class:
namespace BumbleDocGen\LanguageHandler\Php\Parser\FilterCondition\MethodFilterCondition;
final class IsProtectedCondition implements \BumbleDocGen\Core\Parser\FilterCondition\ConditionInterface
Check is a protected method or not
- # 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