예제 #1
0
파일: Send.php 프로젝트: wmozejko/nylas-php
 public function __construct($api, $namespace)
 {
     parent::__construct();
     $this->api = $api;
     $this->namespace = $namespace;
 }
예제 #2
0
파일: Thread.php 프로젝트: O323/nylas-php
 public function __construct($api)
 {
     parent::__construct();
     $this->api = $api;
     $this->namespace = null;
 }
예제 #3
0
 public function __construct($api)
 {
     parent::__construct();
 }
예제 #4
0
 public function __construct($api, $namespace)
 {
     parent::__construct();
 }