BumbleDocGen / Technical description of the project / Class map / FalseCondition
FalseCondition class:
namespace BumbleDocGen\Core\Parser\FilterCondition\CommonFilterCondition;
final class FalseCondition implements \BumbleDocGen\Core\Parser\FilterCondition\ConditionInterface
False conditions, any object is not available
- # 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