| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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.
Referenced by ILIAS\Style\Content\ImageManager\supportsResize().
 Here is the caller graph for this function:| ILIAS\Style\Content\Image::getHeight | ( | ) | 
| 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 | ( | ) | 
| ILIAS\Style\Content\Image::getType | ( | ) | 
Definition at line 59 of file class.Image.php.
| ILIAS\Style\Content\Image::getWidth | ( | ) | 
      
  | 
  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().