Author: Vojtěch Kohout
Beispiel #1
0
 /**
  * Gets setter pass
  *
  * @return string|null
  */
 public function getSetterPass()
 {
     return $this->propertyPasses !== null ? $this->propertyPasses->getSetterPass() : null;
 }