Backend\Modules\Profiles\Actions\Add::getData PHP Метод

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

Get data
public getData ( )
    public function getData()
    {
        $this->notifyAdmin = $this->get('fork.settings')->get($this->URL->getModule(), 'send_new_profile_admin_mail', false);
        $this->notifyProfile = $this->get('fork.settings')->get($this->URL->getModule(), 'send_new_profile_mail', false);
    }