app\properties\TestProperty::init PHP Method

init() public method

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