Пример #1
0
 /**
  * ノーイメージ画像データ取得
  * @return type
  */
 private function getNoimageContent()
 {
     if (!self::$noimage_content) {
         $noimagePath = SwcUtils::getNoImageFilePath();
         self::$noimage_content = file_get_contents($noimagePath);
     }
     return self::$noimage_content;
 }