getKey() public method

Get key.
public getKey ( ) : string
return string
Example #1
0
 /**
  * @VirtualProperty
  * @SerializedName("key")
  *
  * @return string
  */
 public function getKey()
 {
     return $this->entity->getKey();
 }