getStyle() public method

Get style.
public getStyle ( ) : string
return string
Exemplo n.º 1
0
 /**
  * @VirtualProperty
  * @SerializedName("style")
  *
  * @return array
  */
 public function getStyle()
 {
     return json_decode($this->entity->getStyle(), true);
 }