PHP 클래스 Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager

파일 보기 프로젝트 열기: nelmio/NelmioSecurityBundle

공개 메소드들

메소드 설명
__construct ( Nelmio\SecurityBundle\UserAgent\UserAgentParserInterface $uaParser = null )
getAvailableDirective ( Request $request ) : array Returns the list of supported directives for the current Request

비공개 메소드들

메소드 설명
getChromeDirectives ( )
getDraftDirectives ( )
getFirefoxDirectives ( )
getLevel1 ( )
getLevel2 ( )
getLevel3 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\SecurityBundle\UserAgent\UserAgentParserInterface $uaParser = null )
$uaParser Nelmio\SecurityBundle\UserAgent\UserAgentParserInterface

getAvailableDirective() 공개 메소드

Returns the list of supported directives for the current Request
public getAvailableDirective ( Request $request ) : array
$request Symfony\Component\HttpFoundation\Request
리턴 array