ARContract::afterSave PHP Méthode

afterSave() protected méthode

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