| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilUserProfilePictureMachine:
 Collaboration diagram for ilUserProfilePictureMachine:Public Member Functions | |
| __construct () | |
| FlavourMachines must be able to be created without further dependencies.  More... | |
| getId () | |
| canHandleDefinition (FlavourDefinition $definition) | |
| Check if a corresponding configuration can be processed by this Machine.  More... | |
| dependsOnEngine () | |
| Return the class name of the Engine that is required for this Machine to work.  More... | |
  Public Member Functions inherited from ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\AbstractMachine | |
| __construct () | |
| FlavourMachines must be able to be created without further dependencies.  More... | |
| withEngine (Engine $engine) | |
| The demanded Engine will be passed here.  More... | |
| getEngine () | |
  Public Member Functions inherited from ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine | |
| processStream (FileInformation $information, FileStream $stream, FlavourDefinition $for_definition) | |
Data Fields | |
| const | ID = "a3c77dec93b5303f4340767b9a445ad591f6025a9ca7edbf24fa8ab23a851eae" | 
Protected Member Functions | |
| cropImage (FileStream $stream, int $size) | |
| makeGreyScale (FileStream $stream) | |
Private Attributes | |
| const | FULL_QUALITY_SIZE_THRESHOLD = 100 | 
| CropSquare | $crop | 
| MakeGreyScale | $grey | 
| ilUserProfilePictureDefinition | $definition = null | 
| FileInformation | $information = null | 
Additional Inherited Members | |
  Protected Attributes inherited from ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\AbstractMachine | |
| Engine | $engine = null | 
Definition at line 37 of file class.ilUserProfilePictureMachine.php.
| ilUserProfilePictureMachine::__construct | ( | ) | 
FlavourMachines must be able to be created without further dependencies.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 47 of file class.ilUserProfilePictureMachine.php.
| ilUserProfilePictureMachine::canHandleDefinition | ( | FlavourDefinition | $definition | ) | 
Check if a corresponding configuration can be processed by this Machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 59 of file class.ilUserProfilePictureMachine.php.
      
  | 
  protected | 
Definition at line 93 of file class.ilUserProfilePictureMachine.php.
Referenced by dependsOnEngine().
 Here is the caller graph for this function:| ilUserProfilePictureMachine::dependsOnEngine | ( | ) | 
Return the class name of the Engine that is required for this Machine to work.
Returning null will result in a NullEngine passed to the Machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 64 of file class.ilUserProfilePictureMachine.php.
References $information, cropImage(), and ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine\processStream().
 Here is the call graph for this function:| ilUserProfilePictureMachine::getId | ( | ) | 
If you ever change the ID, FlavourDefinitions may no longer process anything with your machine that previously designated you as the processing machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 54 of file class.ilUserProfilePictureMachine.php.
      
  | 
  protected | 
Definition at line 113 of file class.ilUserProfilePictureMachine.php.
      
  | 
  private | 
Definition at line 42 of file class.ilUserProfilePictureMachine.php.
      
  | 
  private | 
Definition at line 44 of file class.ilUserProfilePictureMachine.php.
      
  | 
  private | 
Definition at line 43 of file class.ilUserProfilePictureMachine.php.
      
  | 
  private | 
Definition at line 45 of file class.ilUserProfilePictureMachine.php.
Referenced by dependsOnEngine().
      
  | 
  private | 
Definition at line 41 of file class.ilUserProfilePictureMachine.php.
| const ilUserProfilePictureMachine::ID = "a3c77dec93b5303f4340767b9a445ad591f6025a9ca7edbf24fa8ab23a851eae" | 
Definition at line 40 of file class.ilUserProfilePictureMachine.php.
Referenced by ilUserProfilePictureDefinition\getFlavourMachineId().