init() 공개 메소드

public init ( $component, $options = [] )
예제 #1
0
 public function init($component, $options = array())
 {
     parent::init($component, $options);
     $this->getConf();
 }