Phpro\SoapClient\CodeGenerator\Model\Property::getterName PHP 메소드

getterName() 공개 메소드

public getterName ( ) : string
리턴 string
    public function getterName()
    {
        return Normalizer::generatePropertyMethod('get', $this->getName());
    }