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