PHP 클래스 Networking\InitCmsBundle\Controller\MediaAdminController

저자: Yorkie Chadwick ([email protected])
상속: extends Sonata\MediaBundle\Controller\MediaAdminController
파일 보기 프로젝트 열기: networking/init-cms-bundle

공개 메소드들

메소드 설명
batchActionDelete ( Sonata\AdminBundle\Datagrid\ProxyQueryInterface $query ) : RedirectResponse execute a batch delete
createAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response | Response
deleteAction ( mixed $id ) : Response | RedirectResponse
listAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response | Response return the Response object associated to the list action
redirectTo ( object $object ) : Response redirect the user depend on this choice
refreshListAction ( ) : Response
showAction ( null $id = null ) : Symfony\Bundle\FrameworkBundle\Controller\Response

보호된 메소드들

메소드 설명
doBatchDelete ( Sonata\AdminBundle\Datagrid\ProxyQueryInterface $queryProxy )

메소드 상세

batchActionDelete() 공개 메소드

execute a batch delete
public batchActionDelete ( Sonata\AdminBundle\Datagrid\ProxyQueryInterface $query ) : RedirectResponse
$query Sonata\AdminBundle\Datagrid\ProxyQueryInterface
리턴 Symfony\Component\HttpFoundation\RedirectResponse

createAction() 공개 메소드

public createAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response | Response
리턴 Symfony\Bundle\FrameworkBundle\Controller\Response | Symfony\Component\HttpFoundation\Response

deleteAction() 공개 메소드

public deleteAction ( mixed $id ) : Response | RedirectResponse
$id mixed
리턴 Symfony\Component\HttpFoundation\Response | Symfony\Component\HttpFoundation\RedirectResponse

doBatchDelete() 보호된 메소드

protected doBatchDelete ( Sonata\AdminBundle\Datagrid\ProxyQueryInterface $queryProxy )
$queryProxy Sonata\AdminBundle\Datagrid\ProxyQueryInterface

listAction() 공개 메소드

return the Response object associated to the list action
public listAction ( ) : Symfony\Bundle\FrameworkBundle\Controller\Response | Response
리턴 Symfony\Bundle\FrameworkBundle\Controller\Response | Symfony\Component\HttpFoundation\Response

redirectTo() 공개 메소드

redirect the user depend on this choice
public redirectTo ( object $object ) : Response
$object object
리턴 Symfony\Component\HttpFoundation\Response

refreshListAction() 공개 메소드

public refreshListAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

showAction() 공개 메소드

public showAction ( null $id = null ) : Symfony\Bundle\FrameworkBundle\Controller\Response
$id null
리턴 Symfony\Bundle\FrameworkBundle\Controller\Response