__construct() 공개 메소드

Constructor
public __construct ( )
예제 #1
0
파일: Scaling.php 프로젝트: scalr/scalr
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->db = \Scalr::getDb();
 }
예제 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->db = \Scalr::getDb();
     $this->serializer = new Scalr_Messaging_XmlSerializer();
     $this->jsonSerializer = new Scalr_Messaging_JsonSerializer();
 }