getFilters() публичный Метод

Gets array of entity's filters (array of filter names)
public getFilters ( integer $index ) : array
$index integer
Результат array
Пример #1
0
 /**
  * Gets property filters
  *
  * @param int $index
  * @return array|null
  */
 public function getFilters($index = 0)
 {
     return $this->propertyFilters !== null ? $this->propertyFilters->getFilters($index) : null;
 }