PHP Class Eccube\Controller\Admin\Content\ContentsController

Deprecation: 3.1 delete. use NewsController
Inheritance: extends NewsController
Afficher le fichier Open project: ec-cube/ec-cube

Méthodes publiques

Méthode Description
__construct ( )
delete ( Application $app, Request $request, integer $id ) : RedirectResponse (non-PHPdoc)
down ( Application $app, Request $request, integer $id ) : RedirectResponse (non-PHPdoc)
edit ( Application $app, Request $request, integer $id = null ) : RedirectResponse | Response (non-PHPdoc)
index ( Application $app, Request $request = null ) : Response (non-PHPdoc)
up ( Application $app, Request $request, integer $id ) : RedirectResponse (non-PHPdoc)

Method Details

__construct() public méthode

Deprecation: 3.1 delete. use NewsController
public __construct ( )

delete() public méthode

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::delete()
public delete ( Application $app, Request $request, integer $id ) : RedirectResponse
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
Résultat Symfony\Component\HttpFoundation\RedirectResponse

down() public méthode

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::down()
public down ( Application $app, Request $request, integer $id ) : RedirectResponse
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
Résultat Symfony\Component\HttpFoundation\RedirectResponse

edit() public méthode

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::edit()
Deprecation: 3.1 delete. use NewsController
public edit ( Application $app, Request $request, integer $id = null ) : RedirectResponse | Response
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
Résultat Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

index() public méthode

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::index()
Deprecation: 3.1 delete. use NewsController
public index ( Application $app, Request $request = null ) : Response
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\Response

up() public méthode

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::up()
public up ( Application $app, Request $request, integer $id ) : RedirectResponse
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
$id integer
Résultat Symfony\Component\HttpFoundation\RedirectResponse