isShowAttributesInIncluded() public method

If resource attributes should be shown when the resource is within 'included'.
Example #1
0
 /**
  * @inheritdoc
  */
 public function isShowAttributesInIncluded()
 {
     return $this->schema->isShowAttributesInIncluded();
 }