Ejemplo n.º 1
0
 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/');
     }
 }
Ejemplo n.º 2
0
 public function __construct(Application $app, RepositoryInterface $repository)
 {
     parent::__construct($app);
     $this->repository = $repository;
 }
Ejemplo n.º 3
0
 protected function __construct()
 {
     parent::__construct(\Sb\Db\Dao\InvitationDao::getInstance(), "Invitation");
 }
Ejemplo n.º 4
0
 function __construct($mapPath)
 {
     parent::__construct();
     $this->mapPath = $mapPath;
 }
Ejemplo n.º 5
0
 protected function __construct()
 {
     parent::__construct(new \Sb\Db\Dao\ReadingStateDao(), "ReadingState");
 }
Ejemplo n.º 6
0
 protected function __construct()
 {
     parent::__construct(\Sb\Db\Dao\MessageDao::getInstance(), "Message");
 }
Ejemplo n.º 7
0
 protected function __construct()
 {
     parent::__construct(\Sb\Db\Dao\UserBookGiftDao::getInstance(), "UserBookGift");
 }