コード例 #1
0
ファイル: Locomotive.php プロジェクト: railpage/railpagecore
 /**
  * Check if this loco class has a cover image
  * @since Version 3.9
  * @return boolean
  */
 public function hasCoverImage()
 {
     return Utility\CoverImageUtility::hasCoverImage($this);
 }
コード例 #2
0
ファイル: LocoClass.php プロジェクト: railpage/railpagecore
 /**
  * Get the cover photo for this locomotive class
  * @since Version 3.9
  * @return array
  * @todo Set the AssetProvider (requires creating AssetProvider)
  */
 public function getCoverImage()
 {
     return Utility\CoverImageUtility::getCoverImageOfObject($this);
 }