public function AnnotationObject::__set in Markdown 8.2
File
- src/
Annotation/ AnnotationObject.php, line 154
Class
- AnnotationObject
- Base annotation class for retrieving the annotation as an object.
Namespace
Drupal\markdown\AnnotationCode
public function __set($name, $value) {
$this
->offsetSet($name, $value);
}