Author: Vojtěch Kohout
Example #1
0
 /**
  * Gets filters arguments hard-coded in annotation
  *
  * @param int $index
  * @return array|null
  */
 public function getFiltersTargetedArgs($index = 0)
 {
     return $this->propertyFilters !== null ? $this->propertyFilters->getFiltersTargetedArgs($index) : null;
 }