PHP 클래스 Jarves\Controller\Admin\AdminController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$acl Jarves\ACL
$contentRender Jarves\ContentRender
$encoderFactory Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface
$jarves Jarves\Jarves
$logger Psr\Log\LoggerInterface
$pageStack Jarves\PageStack
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
$userProvider Jarves\Client\UserProvider

공개 메소드들

메소드 설명
getContentPreviewAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
getContentTemplateAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
getStreamAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
loggedInAction ( ) : boolean
loginUserAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher, Request $request ) : array | boolean
logoutUserAction ( ) : boolean
runStream ( Stream $stream, &$response, array $params = [] )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

보호된 메소드들

메소드 설명
getJarves ( ) : Jarves
loginFailed ( $username )

메소드 상세

getContentPreviewAction() 공개 메소드

public getContentPreviewAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 array

getContentTemplateAction() 공개 메소드

public getContentTemplateAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 array

getJarves() 보호된 메소드

protected getJarves ( ) : Jarves
리턴 Jarves\Jarves

getStreamAction() 공개 메소드

public getStreamAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : array
$paramFetcher FOS\RestBundle\Request\ParamFetcher
리턴 array

loggedInAction() 공개 메소드

public loggedInAction ( ) : boolean
리턴 boolean

loginFailed() 보호된 메소드

protected loginFailed ( $username )

loginUserAction() 공개 메소드

public loginUserAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher, Request $request ) : array | boolean
$paramFetcher FOS\RestBundle\Request\ParamFetcher
$request Symfony\Component\HttpFoundation\Request
리턴 array | boolean Returns false on failure or a array if successful.

logoutUserAction() 공개 메소드

public logoutUserAction ( ) : boolean
리턴 boolean returns false if the user is not logged in or true when successfully logged out.

runStream() 공개 메소드

public runStream ( Stream $stream, &$response, array $params = [] )
$stream Jarves\Configuration\Stream
$params array

setContainer() 공개 메소드

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

프로퍼티 상세

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

protected ACL,Jarves $acl
리턴 Jarves\ACL

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

protected ContentRender,Jarves $contentRender
리턴 Jarves\ContentRender

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

protected EncoderFactoryInterface,Symfony\Component\Security\Core\Encoder $encoderFactory
리턴 Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface

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

protected Jarves,Jarves $jarves
리턴 Jarves\Jarves

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

protected LoggerInterface,Psr\Log $logger
리턴 Psr\Log\LoggerInterface

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

protected PageStack,Jarves $pageStack
리턴 Jarves\PageStack

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

protected TokenStorageInterface,Symfony\Component\Security\Core\Authentication\Token\Storage $tokenStorage
리턴 Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface

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

protected UserProvider,Jarves\Client $userProvider
리턴 Jarves\Client\UserProvider