PHP 클래스 Sulu\Bundle\MediaBundle\Controller\TemplateController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
collectionNewAction ( ) : Response renders template for the new-collection-form.
collectionSettingsAction ( ) : Response renders template for the collection settings-view.
multipleEditAction ( ) : Response renders template for a media in the multiple-edit form.

메소드 상세

collectionNewAction() 공개 메소드

renders template for the new-collection-form.
public collectionNewAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

collectionSettingsAction() 공개 메소드

renders template for the collection settings-view.
public collectionSettingsAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

multipleEditAction() 공개 메소드

renders template for a media in the multiple-edit form.
public multipleEditAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response