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

getDocSubPackages() public method

Returns the sub package name which the model belongs to Must be overridden by sub classes
See also: AbstractModel::getDocSubPackages()
public getDocSubPackages ( ) : array
return array
    public function getDocSubPackages()
    {
        return array('Services');
    }