getResourceType() public method

Get resource type.
public getResourceType ( ) : string
return string
 /**
  * @inheritdoc
  */
 public function getResourceType()
 {
     return $this->schema->getResourceType();
 }