getHeight() public method

Get height
public getHeight ( ) : integer
return integer
コード例 #1
0
 public function getHeight()
 {
     $this->__load();
     return parent::getHeight();
 }