PHPSemVerChecker\Operation\ClassMethodOperationDelta::getCode PHP Méthode

getCode() public méthode

public getCode ( ) : string
Résultat string
    public function getCode()
    {
        return $this->code[$this->context][Visibility::get($this->visibility)];
    }