app\properties\TestProperty::init PHP Méthode

init() public méthode

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