Example #1
0
 /**
  * Well
  * @param stdClass $config
  * @return well
  */
 public function well(\stdClass $config)
 {
     return WellAbstract::factory($config)->build();
 }
Example #2
0
 /**
  * @return string
  */
 public function render()
 {
     return $this->_well->render();
 }