コード例 #1
0
ファイル: connection.php プロジェクト: quickpacket/noclayer
 protected function __construct($name, array $config)
 {
     parent::__construct($name, $config);
     if (isset($this->_config['identifier'])) {
         // Allow the identifier to be overloaded per-connection
         $this->_identifier = (string) $this->_config['identifier'];
     }
 }