AppBundle\Entity\Book::createTranslation PHP 메소드

createTranslation() 보호된 메소드

protected createTranslation ( )
    protected function createTranslation()
    {
        return new BookTranslation();
    }