|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Inheritance diagram for ILIAS\MetaData\OERHarvester\Publisher\NullPublisher:
Collaboration diagram for ILIAS\MetaData\OERHarvester\Publisher\NullPublisher:Public Member Functions | |
| block (int $obj_id) | |
| checkPermissionsForBlock (int $ref_id, string $type, int $obj_id) | |
| unblock (int $obj_id) | |
| checkPermissionsForUnblock (int $ref_id, string $type, int $obj_id) | |
| publish (int $obj_id, string $type) | |
| checkPermissionsForPublish (int $ref_id, string $type, int $obj_id) | |
| withdraw (int $obj_id) | |
| checkPermissionsForWithdraw (int $ref_id, string $type, int $obj_id) | |
| submit (int $obj_id) | |
| checkPermissionsForSubmit (int $ref_id, string $type, int $obj_id) | |
| accept (int $obj_id, string $type) | |
| checkPermissionsForAccept (int $ref_id, string $type, int $obj_id) | |
| reject (int $obj_id) | |
| checkPermissionsForReject (int $ref_id, string $type, int $obj_id) | |
| block (int $obj_id) | |
| checkPermissionsForBlock (int $ref_id, string $type, int $obj_id) | |
| unblock (int $obj_id) | |
| checkPermissionsForUnblock (int $ref_id, string $type, int $obj_id) | |
| publish (int $obj_id, string $type) | |
| checkPermissionsForPublish (int $ref_id, string $type, int $obj_id) | |
| withdraw (int $obj_id) | |
| checkPermissionsForWithdraw (int $ref_id, string $type, int $obj_id) | |
| submit (int $obj_id) | |
| checkPermissionsForSubmit (int $ref_id, string $type, int $obj_id) | |
| accept (int $obj_id, string $type) | |
| checkPermissionsForAccept (int $ref_id, string $type, int $obj_id) | |
| reject (int $obj_id) | |
| checkPermissionsForReject (int $ref_id, string $type, int $obj_id) | |
Definition at line 23 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::accept | ( | int | $obj_id, |
| string | $type | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 70 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::block | ( | int | $obj_id | ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 25 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForAccept | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 74 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForBlock | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 29 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForPublish | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 47 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForReject | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 83 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForSubmit | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 65 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForUnblock | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 38 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::checkPermissionsForWithdraw | ( | int | $ref_id, |
| string | $type, | ||
| int | $obj_id | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 56 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::publish | ( | int | $obj_id, |
| string | $type | ||
| ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 43 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::reject | ( | int | $obj_id | ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 79 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::submit | ( | int | $obj_id | ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 61 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::unblock | ( | int | $obj_id | ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 34 of file NullPublisher.php.
| ILIAS\MetaData\OERHarvester\Publisher\NullPublisher::withdraw | ( | int | $obj_id | ) |
Implements ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface.
Definition at line 52 of file NullPublisher.php.