yii\base\Object::init PHP 메소드

init() 공개 메소드

This method is invoked at the end of the constructor after the object is initialized with the given configuration.
public init ( )
    public function init()
    {
    }

Usage Example

예제 #1
0
파일: Pubu.php 프로젝트: lxpgw/logger
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     parent::init();
     if (is_null($this->remote)) {
         throw new InvalidConfigException('$remote must be set.');
     }
 }
All Usage Examples Of yii\base\Object::init