getKey() public method

Get key.
public getKey ( ) : string
return string
コード例 #1
0
ファイル: Collection.php プロジェクト: sulu/sulu
 /**
  * @VirtualProperty
  * @SerializedName("key")
  *
  * @return string
  */
 public function getKey()
 {
     return $this->entity->getKey();
 }