filterEntity() public method

{@inheritDoc}
public filterEntity ( $object )
Exemplo n.º 1
0
 /**
  * Filter an object based on its annotations
  *
  * @param object $object
  */
 public function filterEntity($object)
 {
     $this->filterExecutor->filterEntity($object);
 }
Exemplo n.º 2
0
 public function testNotFailOnNull()
 {
     $this->filter->filterEntity(null);
 }