getStyle() public method

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