public function __construct(CredentialsInterface $credentials, ClientInterface $httpClient, TokenStorageInterface $storage, $scopes = array(), UriInterface $baseApiUri = null) { parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri); if (null === $baseApiUri) { $this->baseApiUri = new Uri('http://rest.bullhorn.com/rest-services/'); } }
public function __construct(Application $app, RepositoryInterface $repository) { parent::__construct($app); $this->repository = $repository; }
protected function __construct() { parent::__construct(\Sb\Db\Dao\InvitationDao::getInstance(), "Invitation"); }
function __construct($mapPath) { parent::__construct(); $this->mapPath = $mapPath; }
protected function __construct() { parent::__construct(new \Sb\Db\Dao\ReadingStateDao(), "ReadingState"); }
protected function __construct() { parent::__construct(\Sb\Db\Dao\MessageDao::getInstance(), "Message"); }
protected function __construct() { parent::__construct(\Sb\Db\Dao\UserBookGiftDao::getInstance(), "UserBookGift"); }