コード例 #1
0
 /**
  * Creates a new IC logo instance
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_ICLOGO);
 }
コード例 #2
0
ファイル: TempImage.php プロジェクト: JohnEffland/PartKeepr
 public function __construct()
 {
     parent::__construct(Image::IMAGE_TEMP);
 }
コード例 #3
0
 /**
  * Creates a new IC logo instance
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_FOOTPRINT);
 }
コード例 #4
0
 /**
  * Creates a new storage location image instance
  */
 public function __construct()
 {
     parent::__construct(Image::IMAGE_STORAGELOCATION);
 }