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