コード例 #1
0
 public function getDictionaryArray()
 {
     return array_merge(parent::getDictionaryArray(), array('width' => $this->getField('BitmapWidth'), 'height' => $this->getField('BitmapHeight')));
 }
コード例 #2
0
ファイル: DefineBits.class.php プロジェクト: nzw/FlashForward
 public function getDictionaryArray()
 {
     return array_merge(parent::getDictionaryArray(), array('width' => $this->width, 'height' => $this->height));
 }