Swagger\Annotations\AbstractAnnotation::__get PHP Méthode

__get() public méthode

public __get ( $property )
    public function __get($property)
    {
        $properties = get_object_vars($this);
        Logger::notice('Property "' . $property . '" doesn\'t exist in a ' . $this->identity() . ', exising properties: "' . implode('", "', array_keys($properties)) . '" in ' . $this->_context);
    }