ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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... | |
![]() | |
__construct () | |
FlavourMachines must be able to be created without further dependencies. More... | |
withEngine (Engine $engine) | |
The demanded Engine will be passed here. More... | |
getEngine () | |
![]() | |
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 | |
![]() | |
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().
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(), null, and ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine\processStream().
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().