コード例 #1
0
ファイル: ImageItem.php プロジェクト: anatalsceo/en-classe
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('default_image' => array('fid' => NULL, 'alt' => '', 'title' => '', 'width' => NULL, 'height' => NULL)) + parent::defaultSettings();
 }