Definition at line 11 of file Imgurl.php.
Public Member Functions | |
| __construct ($options=array()) | |
| render ($url=null) | |
| display () | |
| getUrl ($img) | |
| addBackground ($background) | |
| addCrop ($width, $height, $x=0, $y=0) | |
| addResize ($width, $height) | |
| addThumb ($width, $height) | |
| addThumbfill ($width, $height, $centerX=50, $centerY=50) | |
| setQuality ($quality) | |
Data Fields | |
| $id = "" | |
| $rendered = false | |
Protected Member Functions | |
| analyze ($url) | |
| analyzeActions ($actionString) | |
Protected Attributes | |
| $options = [] | |
| $actions = [] | |
| $srcImg = '' | |
| $outImg = '' | |
| $notFound = false | |
| $invalidAction = false | |
| $cachePath = '' | |
| $aliases | |
| __construct | ( | $options = array() | ) |
Definition at line 47 of file Imgurl.php.
| addBackground | ( | $background | ) |
Definition at line 261 of file Imgurl.php.
| addCrop | ( | $width, | |
| $height, | |||
| $x = 0, | |||
| $y = 0 ) |
Definition at line 267 of file Imgurl.php.
| addResize | ( | $width, | |
| $height ) |
Definition at line 273 of file Imgurl.php.
| addThumb | ( | $width, | |
| $height ) |
Definition at line 279 of file Imgurl.php.
| addThumbfill | ( | $width, | |
| $height, | |||
| $centerX = 50, | |||
| $centerY = 50 ) |
Definition at line 285 of file Imgurl.php.
|
protected |
Definition at line 55 of file Imgurl.php.
|
protected |
Definition at line 134 of file Imgurl.php.
| display | ( | ) |
Definition at line 219 of file Imgurl.php.
| getUrl | ( | $img | ) |
Definition at line 249 of file Imgurl.php.
| render | ( | $url = null | ) |
Definition at line 174 of file Imgurl.php.
| setQuality | ( | $quality | ) |
Definition at line 296 of file Imgurl.php.
|
protected |
Definition at line 14 of file Imgurl.php.
|
protected |
Definition at line 29 of file Imgurl.php.
|
protected |
Definition at line 21 of file Imgurl.php.
| $id = "" |
Definition at line 18 of file Imgurl.php.
|
protected |
Definition at line 20 of file Imgurl.php.
|
protected |
Definition at line 17 of file Imgurl.php.
|
protected |
Definition at line 13 of file Imgurl.php.
|
protected |
Definition at line 16 of file Imgurl.php.
| $rendered = false |
Definition at line 19 of file Imgurl.php.
|
protected |
Definition at line 15 of file Imgurl.php.