Definition setDecoratedService(null|string $id, null|string $renamedId = null, int $priority)
Sets the service that this service is decorating.
Definition setDecoratedService(null|string $id, null|string $renamedId = null, int $priority)
Sets the service that this service is decorating.
null|string | $id | The decorated service id, use null to remove decoration |
null|string | $renamedId | The new decorated service id |
int | $priority | The priority of decoration |
Definition | The current instance |
InvalidArgumentException | In case the decorated service id and the new decorated service id are equals. |
Designed by : w10schools
service@w10schools.com
Please login to continue.