Esempio n. 1
0
 /**
  * Set the flow controller
  *
  * Handler proxy functions
  *
  * @param Stencil_Flow_Interface $flow The new Flow to set to Stencil.
  */
 public function set_flow(Stencil_Flow_Interface $flow)
 {
     self::$flow = $flow;
 }