Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.73 KB

File metadata and controls

81 lines (46 loc) · 1.73 KB

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


namespace BumbleDocGen\Core\Parser\FilterCondition;

interface ConditionInterface

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