-
-
Save andrerom/3634241 to your computer and use it in GitHub Desktop.
Public API boostrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Get ServiceContainer (exposes the API) | |
* @var \eZ\Publish\API\Container $serviceContainer | |
*/ | |
$serviceContainer = require "bootstrap.php"; | |
$repository = $serviceContainer->getRepository(); | |
$administratorUser = $repository->getUserService()->loadUser( 14 ); | |
$repository->setCurrentUser( $administratorUser ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment