getStyle() public méthode

Get style.
public getStyle ( ) : string
Résultat string
Exemple #1
0
 /**
  * @VirtualProperty
  * @SerializedName("style")
  *
  * @return array
  */
 public function getStyle()
 {
     return json_decode($this->entity->getStyle(), true);
 }