init() public method

This method is invoked after the route is created by the route manager.
public init ( )
コード例 #1
0
 /**
  * Initializes the route.
  * This method is invoked after the route is created by the route manager.
  */
 public function init()
 {
     parent::init();
     ini_set('precision', 20);
 }