getType() public method

Get type
public getType ( ) : string
return string
コード例 #1
0
 public function getType()
 {
     $this->__load();
     return parent::getType();
 }