WsdlToPhp\PackageGenerator\Model\Service::getContextualPart PHP Method

getContextualPart() public method

Returns the contextual part of the class name for the package
See also: AbstractModel::getContextualPart()
public getContextualPart ( ) : string
return string
    public function getContextualPart()
    {
        return $this->getGenerator()->getOptionServicesFolder();
    }