Skip to content

Latest commit

 

History

History
108 lines (65 loc) · 2.49 KB

IsProtectedCondition_3.md

File metadata and controls

108 lines (65 loc) · 2.49 KB

BumbleDocGen / Technical description of the project / Parser / Entity filter conditions / IsProtectedCondition


namespace BumbleDocGen\LanguageHandler\Php\Parser\FilterCondition\PropertyFilterCondition;

final class IsProtectedCondition implements \BumbleDocGen\Core\Parser\FilterCondition\ConditionInterface
Check is a protected property or not

Initialization methods:

  1. __construct

Methods:

  1. canAddToCollection

Method details:

public function __construct();

Parameters: not specified


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

Parameters:

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

Return value: bool