ARContract::afterSave PHP Method

afterSave() protected method

protected afterSave ( )
    protected function afterSave()
    {
        $this->addImages();
        parent::afterSave();
    }