CloneableInstantiable
Methods |
public getAltText() Get the alternative text for the image.
|
public getTitle() Get the image title.
|
public getUrl() Get the image URL.
|
public setAltText( $text) Set the alternative text for the image.
|
public setTitle( $title) Set the image title.
|
public setUrl( $url) Set the image URL.
|
public toArray() Convert the block to its array representation.
|
Properties |
protected $alt_text = NULL The alternative text for the image.
|
protected static $availableAttributes = ['image_url' => 'url', 'alt_text' => 'alt_text', 'title' => 'title'] Internal attribute to property map.
|
protected $title = NULL The image title.
|
protected $type = 'image' Block type.
|
protected $url = NULL The image URL.
|
Methods |
Properties |
protected static $availableAttributes = ['image_url' => 'url', 'alt_text' => 'alt_text', 'title' => 'title'] Internal attribute to property map.
|
Methods |