PHP 클래스 Contao\CoreBundle\Controller\InsertTagsController

Do not just call this Controller directly! It is supposed to be used within ESI requests that are protected by the fragment uri signer of Symfony. If you call it directly, make sure you check for all permissions needed because insert tags can contain arbitrary data!
상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $framework ) Constructor.
renderAction ( string $insertTag ) : Response Renders an insert tag.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $framework )
$framework

renderAction() 공개 메소드

Renders an insert tag.
public renderAction ( string $insertTag ) : Response
$insertTag string
리턴 Symfony\Component\HttpFoundation\Response