getType() public method

Get type.
public getType ( ) : string
return string
 public function getType()
 {
     $this->__load();
     return parent::getType();
 }