コード例 #1
0
ファイル: _ide_helper.php プロジェクト: clubttt/SuccessModel4
 /**
  * Get the Neo4j driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDriverName()
 {
     return \Vinelab\NeoEloquent\Connection::getDriverName();
 }