|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Style\Content\Image:Public Member Functions | |
| __construct (string $path, DataSize $size, int $width, int $height) | |
| getPath () | |
| getFilename () | |
| getType () | |
| getSize () | |
| getWidth () | |
| getHeight () | |
Protected Attributes | |
| string | $path |
| string | $type |
| DataSize | $size |
| int | $width |
| int | $height |
Image of style.
Definition at line 29 of file class.Image.php.
| ILIAS\Style\Content\Image::__construct | ( | string | $path, |
| DataSize | $size, | ||
| int | $width, | ||
| int | $height | ||
| ) |
Definition at line 37 of file class.Image.php.
References ILIAS\Style\Content\Image\$height, ILIAS\Style\Content\Image\$path, ILIAS\Style\Content\Image\$size, and ILIAS\Style\Content\Image\$width.
| ILIAS\Style\Content\Image::getFilename | ( | ) |
Definition at line 54 of file class.Image.php.
| ILIAS\Style\Content\Image::getHeight | ( | ) |
Definition at line 74 of file class.Image.php.
References ILIAS\Style\Content\Image\$height.
| ILIAS\Style\Content\Image::getPath | ( | ) |
Definition at line 49 of file class.Image.php.
References ILIAS\Style\Content\Image\$path.
Referenced by ILIAS\Style\Content\ImageManager\getWebPath().
Here is the caller graph for this function:| ILIAS\Style\Content\Image::getSize | ( | ) |
Definition at line 64 of file class.Image.php.
References ILIAS\Style\Content\Image\$size.
| ILIAS\Style\Content\Image::getType | ( | ) |
Definition at line 59 of file class.Image.php.
| ILIAS\Style\Content\Image::getWidth | ( | ) |
Definition at line 69 of file class.Image.php.
References ILIAS\Style\Content\Image\$width.
|
protected |
Definition at line 35 of file class.Image.php.
Referenced by ILIAS\Style\Content\Image\__construct(), and ILIAS\Style\Content\Image\getHeight().
|
protected |
Definition at line 31 of file class.Image.php.
Referenced by ILIAS\Style\Content\Image\__construct(), and ILIAS\Style\Content\Image\getPath().
|
protected |
Definition at line 33 of file class.Image.php.
Referenced by ILIAS\Style\Content\Image\__construct(), and ILIAS\Style\Content\Image\getSize().
|
protected |
Definition at line 32 of file class.Image.php.
|
protected |
Definition at line 34 of file class.Image.php.
Referenced by ILIAS\Style\Content\Image\__construct(), and ILIAS\Style\Content\Image\getWidth().