Backend\Core\Ajax\Templates::getContent PHP 메소드

getContent() 공개 메소드

public getContent ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response
    public function getContent()
    {
        return new Response('CKEDITOR.addTemplates(\'default\', { imagesPath: \'/\', templates:' . "\n" . json_encode($this->templates) . "\n" . '});', Response::HTTP_OK, ['Content-type' => 'text/javascript']);
    }