BumbleDocGen / Technical description of the project / Class map / IsPrivateCondition
IsPrivateCondition class:
namespace BumbleDocGen\LanguageHandler\Php\Parser\FilterCondition\PropertyFilterCondition;
final class IsPrivateCondition implements \BumbleDocGen\Core\Parser\FilterCondition\ConditionInterface
Check is a private property 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