Drest\Service::getRepresentation PHP Method

getRepresentation() public method

Get the predetermined representation
public getRepresentation ( ) : DrestCommon\Representation\AbstractRepresentation
return 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();
 }