Ejemplo n.º 1
0
 /**
  * Allow a user to pass custom datas to
  * the metabox main view.
  *
  * @param string|array $key
  * @param mixed $value
  * @return \Themosis\Metabox\MetaboxBuilder
  */
 public function with($key, $value = null)
 {
     $this->view->with($key, $value);
     return $this;
 }