Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getStyle PHP 메소드

getStyle() 공개 메소드

Get style.
public getStyle ( ) : string
리턴 string
    public function getStyle();

Usage Example

예제 #1
0
파일: Collection.php 프로젝트: sulu/sulu
 /**
  * @VirtualProperty
  * @SerializedName("style")
  *
  * @return array
  */
 public function getStyle()
 {
     return json_decode($this->entity->getStyle(), true);
 }