Drest\Service::getRepresentation PHP Метод

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

Get the predetermined representation
public getRepresentation ( ) : DrestCommon\Representation\AbstractRepresentation
Результат DrestCommon\Representation\AbstractRepresentation
    public function getRepresentation()
    {
        return $this->representation;
    }

Usage Example

Пример #1
0
 /**
  * Get the predetermined representation
  * @return AbstractRepresentation
  */
 public function getRepresentation()
 {
     return $this->service->getRepresentation();
 }