Ojs\JournalBundle\Form\Type\JournalUserEditType::getParent PHP Метод

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

Returns the parent of this type.
public getParent ( ) : string
Результат string The parent of this type
    public function getParent()
    {
        return 'ojs_journalbundle_journaluser';
    }
JournalUserEditType