PHP Class Eccube\Controller\Admin\Content\ContentsController

Deprecation: 3.1 delete. use NewsController
Inheritance: extends NewsController
Show file Open project: ec-cube/ec-cube

Public Methods

Method 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 method

Deprecation: 3.1 delete. use NewsController
public __construct ( )

delete() public method

(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
return Symfony\Component\HttpFoundation\RedirectResponse

down() public method

(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
return Symfony\Component\HttpFoundation\RedirectResponse

edit() public method

(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
return Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

index() public method

(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
return Symfony\Component\HttpFoundation\Response

up() public method

(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
return Symfony\Component\HttpFoundation\RedirectResponse