PHP 클래스 Networking\InitCmsBundle\Controller\LayoutBlockController

저자: net working AG ([email protected])
상속: extends Networking\InitCmsBundle\Controller\CRUDController
파일 보기 프로젝트 열기: networking/init-cms-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$error

공개 메소드들

메소드 설명
cleanContentString ( $contentStr ) : array extract a clean content array from parameter string
createAction ( ) : Response
deleteAjaxAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
uksort ( &$array ) Deep sort of array
updateFormFieldElementAction ( Request $request ) : Response
updateLayoutBlockSortAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse

보호된 메소드들

메소드 설명
getLayoutBlockFormWidget ( $objectId, $elementId, null $uniqId = null, string $code = 'networking_init_cms.admin.page' ) : mixed

메소드 상세

cleanContentString() 공개 메소드

extract a clean content array from parameter string
public cleanContentString ( $contentStr ) : array
$contentStr
리턴 array

createAction() 공개 메소드

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

deleteAjaxAction() 공개 메소드

public deleteAjaxAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\JsonResponse

getLayoutBlockFormWidget() 보호된 메소드

protected getLayoutBlockFormWidget ( $objectId, $elementId, null $uniqId = null, string $code = 'networking_init_cms.admin.page' ) : mixed
$objectId
$elementId
$uniqId null
$code string
리턴 mixed

uksort() 공개 메소드

Deep sort of array
public uksort ( &$array )
$array

updateFormFieldElementAction() 공개 메소드

public updateFormFieldElementAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\Response

updateLayoutBlockSortAction() 공개 메소드

public updateLayoutBlockSortAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\JsonResponse

프로퍼티 상세

$error 보호되어 있는 프로퍼티

protected $error