Пример #1
0
 /**
  * Get a specific field annotation.
  *
  * @param string $fieldName
  * @param string $name
  *
  * @return Maybe
  */
 public function getFieldAnnotation($fieldName, $name)
 {
     return $this->annotations->lookupIn([$fieldName, $name]);
 }