Esempio n. 1
0
 /**
  * Get a custom field on this post.
  *
  * @param  string                         $name Field name (or key)
  * @return \Tev\Field\Model\AbstractField       Field object
  */
 public function field($name)
 {
     return $this->fieldFactory->create($name, $this);
 }