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

If resource attributes should be shown when the resource is within 'included'.
public isShowAttributesInIncluded ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * @inheritdoc
  */
 public function isShowAttributesInIncluded()
 {
     return $this->schema->isShowAttributesInIncluded();
 }