Puli\Repository\Api\Resource\BodyResource::getBody PHP Метод

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

Returns the body of the resource.
public getBody ( ) : string
Результат string The resource body.
    public function getBody();

Usage Example

Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function load(FilterInterface $additionalFilter = null)
 {
     if (!$this->loaded) {
         $this->loadResourceFromRepo();
     }
     $this->doLoad($this->resource->getBody(), $additionalFilter);
 }
All Usage Examples Of Puli\Repository\Api\Resource\BodyResource::getBody
BodyResource