Trait
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.
|
Properties |
protected $alt_text = NULL The alternative text for the image.
|
protected $title = NULL The image title.
|
protected $url = NULL The image URL.
|