Newscoop\GimmeBundle\Controller\AttachmentsController::createAttachmentAction PHP 메소드

createAttachmentAction() 공개 메소드

Create new attachment
public createAttachmentAction ( Request $request ) : Form
$request Symfony\Component\HttpFoundation\Request
리턴 Form
    public function createAttachmentAction(Request $request)
    {
        return $this->processForm($request);
    }