예제 #1
0
파일: Builder.php 프로젝트: vgrish/dvelum
 /**
  * Set logs path
  *
  * @param string $string
  */
 public static function setLogsPath($string)
 {
     self::$_logsPath = $string;
 }