Ejemplo n.º 1
0
 /**
  * Class constructor.
  *
  * @since	1.0
  * @access	public
  */
 public function __construct($params = array())
 {
     // Helper json library.
     $this->json = FD::json();
     // Field library
     $this->lib = FD::fields();
     // Field handlers
     $this->handler = $this->lib->getHandler();
     // Init params
     $this->init($params);
 }