app\properties\TestProperty::init PHP Метод

init() публичный Метод

public init ( )
    public function init()
    {
        $this->on(self::EVENT_BEFORE_RENDER, [$this, 'beforeIndex']);
    }