LeanMapper\Reflection\PropertyPasses::getGetterPass PHP Метод

getGetterPass() публичный Метод

Gets getter pass
public getGetterPass ( ) : string | null
Результат string | null
    public function getGetterPass()
    {
        return $this->getterPass;
    }

Usage Example

Пример #1
0
 /**
  * Gets getter pass
  *
  * @return string|null
  */
 public function getGetterPass()
 {
     return $this->propertyPasses !== null ? $this->propertyPasses->getGetterPass() : null;
 }