PHP 클래스 Ojs\CoreBundle\Service\ApiHandlerHelper

파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel, Doctrine\Common\Annotations\Reader $reader, Liip\ImagineBundle\Templating\ImagineExtension $imagine, Symfony\Component\HttpFoundation\RequestStack $requestStack )
createFileHistory ( $fileName, $originalName, $type, $em, boolean $save = true ) : Jb\Bundle\FileUploaderBundle\Entity\FileHistory
getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
normalizeEntities ( $entities )
normalizeEntity ( $entity )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel, Doctrine\Common\Annotations\Reader $reader, Liip\ImagineBundle\Templating\ImagineExtension $imagine, Symfony\Component\HttpFoundation\RequestStack $requestStack )
$kernel Symfony\Component\HttpKernel\KernelInterface
$reader Doctrine\Common\Annotations\Reader
$imagine Liip\ImagineBundle\Templating\ImagineExtension
$requestStack Symfony\Component\HttpFoundation\RequestStack

createFileHistory() 공개 메소드

public createFileHistory ( $fileName, $originalName, $type, $em, boolean $save = true ) : Jb\Bundle\FileUploaderBundle\Entity\FileHistory
$fileName
$originalName
$type
$em
$save boolean
리턴 Jb\Bundle\FileUploaderBundle\Entity\FileHistory

getRequestStack() 공개 메소드

public getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
리턴 Symfony\Component\HttpFoundation\RequestStack

normalizeEntities() 공개 메소드

public normalizeEntities ( $entities )

normalizeEntity() 공개 메소드

public normalizeEntity ( $entity )
$entity