コード例 #1
0
ファイル: Factory.php プロジェクト: sgdoc/sgdoce-codigo
 public static function setFilePath($filePath)
 {
     if (!$filePath && !self::$filePath) {
         throw new Exception('No path set!');
     }
     self::$filePath = $filePath;
 }