本文整理匯總了PHP中AppBundle\Entity\Post::setSummary方法的典型用法代碼示例。如果您正苦於以下問題:PHP Post::setSummary方法的具體用法?PHP Post::setSummary怎麽用?PHP Post::setSummary使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類AppBundle\Entity\Post
的用法示例。
在下文中一共展示了Post::setSummary方法的6個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: loadPosts
private function loadPosts(ObjectManager $manager)
{
$category = new Category();
$category->setName('Improvements');
foreach (range(1, 5) as $i) {
$post = new Post();
$post->setTitle($this->getRandomPostTitle());
$post->setSummary($this->getRandomPostSummary());
$post->setSlug($this->container->get('slugger')->slugify($post->getTitle()));
$post->setContent($this->getPostContent());
$post->setAuthorEmail('a.martynenko@levi9.com');
$post->setPublishedAt(new \DateTime('now - ' . $i . 'days'));
$post->setState($this->getRandomState());
$post->setCategory($category);
foreach (range(1, 5) as $j) {
$comment = new Comment();
$comment->setAuthorEmail('d.kiprushev@levi9.com');
$comment->setPublishedAt(new \DateTime('now + ' . ($i + $j) . 'seconds'));
$comment->setContent($this->getRandomCommentContent());
$comment->setPost($post);
$manager->persist($comment);
$post->addComment($comment);
}
if (rand(0, 1)) {
$vote = new Vote();
$vote->setAuthorEmail(rand(0, 1) ? 'a.martynenko@levi9.com' : 'd.kiprushev@levi9.com');
$vote->setPost($post);
$vote->setVote(rand(0, 1));
}
$manager->persist($post);
$category->addPost($post);
}
$manager->flush();
}
示例2: testRabbitMQ
public function testRabbitMQ()
{
$client = static::createClient();
$post = new Post();
$post->setTitle('Lorem ipsum dolor');
$post->setSlug('Lorem-ipsum-dolor');
$post->setSummary('Lorem ipsum dolor sit amet consectetur adipiscing elit Urna nisl sollicitudin');
$post->setContent('Lorem ipsum dolor sit amet consectetur adipiscing elit Urna nisl sollicitudin');
$post->setAuthorEmail('anna_admin@symfony.com');
$this->entityManager->persist($post);
$this->entityManager->flush();
$client->request('POST', '/post/generate_pdf/' . $post->getId());
$this->assertEquals(Response::HTTP_OK, $client->getResponse()->getStatusCode());
$pdfName = json_decode($client->getResponse()->getContent(), true)['pdfName'];
$this->entityManager->remove($post);
$this->entityManager->flush();
$pdfPath = self::$kernel->getRootDir() . '/../web/downloads/pdf/' . $pdfName . '.pdf';
sleep(2);
$this->assertTrue(file_exists($pdfPath));
unlink($pdfPath);
}
示例3: testElasticSearch
public function testElasticSearch()
{
$client = self::createClient();
$crawler = $client->request('GET', '/blog/search-results?q=odio');
$this->assertEquals(Response::HTTP_OK, $client->getResponse()->getStatusCode());
$this->assertEquals('Results for <b>odio</b> (5)', $crawler->filter('h2#results-info>span')->html());
$randnumber = rand();
$post = new Post();
$post->setTitle('Elasticsearch rocks ' . $randnumber);
$post->setSlug('elasticsearch-rocks-' . $randnumber);
$post->setSummary('Lorem ipsum dolor sit amet consectetur adipiscing elit Urna nisl sollicitudin');
$post->setContent('Lorem ipsum dolor sit amet consectetur adipiscing elit Urna nisl sollicitudin');
$post->setAuthorEmail('anna_admin@symfony.com');
$this->entityManager->persist($post);
$this->entityManager->flush();
self::populateElasticSearchIndices();
$crawler = $client->request('GET', '/blog/search-results?q=Elasticsearch rocks ' . $randnumber);
$this->assertEquals(Response::HTTP_OK, $client->getResponse()->getStatusCode());
$this->assertEquals('Results for <b>Elasticsearch rocks ' . $randnumber . '</b> (1)', $crawler->filter('h2#results-info>span')->html());
$this->entityManager->remove($post);
$this->entityManager->flush();
}
示例4: loadPosts
private function loadPosts(ObjectManager $manager)
{
foreach (range(1, 10) as $i) {
$post = new Post();
$post->setTitle($this->getRandomPostTitle());
$post->setSummary($this->getRandomPostSummary());
$post->setSlug($this->container->get('slugger')->slugify($post->getTitle()));
$post->setContent($this->getPostContent());
$post->setAuthorEmail('anna_admin@symfony.com');
$post->setPublishedAt(new \DateTime('now - ' . $i . 'days'));
foreach (range(1, 5) as $j) {
$comment = new Comment();
$comment->setAuthorEmail('john_user@symfony.com');
$comment->setPublishedAt(new \DateTime('now + ' . ($i + $j) . 'seconds'));
$comment->setContent($this->getRandomCommentContent());
$comment->setPost($post);
$manager->persist($comment);
$post->addComment($comment);
}
$manager->persist($post);
}
$manager->flush();
}
示例5: getExamplePostEntity
public function getExamplePostEntity()
{
$post = new Post();
$post->setTitle('Eros diam egestas libero eu vulputate risus');
$post->setSlug('eros-diam-egestas-libero-eu-vulputate-risus');
$post->setSummary('Sed varius a risus eget aliquam Pellentesque et sapien pulvinar consectetur In
hac habitasse platea dictumst Urna nisl sollicitudin id varius orci quam id turpis Ut eleifend mauris
et risus ultrices egestas Aliquam sodales odio id eleifend tristique Ut suscipit posuere justo at
vulputate');
$post->setContent('Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et **dolore magna aliqua**: Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.');
$post->setAuthorEmail('anna_admin@symfony.com');
$this->entityManager->persist($post);
$this->entityManager->flush();
return $post;
}
示例6: load
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager)
{
$post = new Post();
$post->setTitle('Cras dignissim vestibulum ultrices');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Vestibulum'));
$post->addTag($this->getReference('tag-volutpat'));
$post->addTag($this->getReference('tag-enim'));
$post->addTag($this->getReference('tag-bibendum'));
$manager->persist($post);
$this->setReference('post-1', $post);
$post = new Post();
$post->setTitle('Neque porro quisquam est qui dolorem');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Dolorem'));
$post->addTag($this->getReference('tag-uspendisse'));
$post->addTag($this->getReference('tag-imperdiet'));
$post->addTag($this->getReference('tag-ullamcorper'));
$manager->persist($post);
$this->setReference('post-2', $post);
$post = new Post();
$post->setTitle('Ut enim ad minim veniam, quis nostrud');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Nostrud'));
$post->addTag($this->getReference('tag-lacus'));
$post->addTag($this->getReference('tag-aliquam'));
$post->addTag($this->getReference('tag-eumassa'));
$manager->persist($post);
$this->setReference('post-3', $post);
$post = new Post();
$post->setTitle('Duis aute irure dolor in reprehenderit');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Reprehenderit'));
$post->addTag($this->getReference('tag-utnunc'));
$post->addTag($this->getReference('tag-gravida'));
$post->addTag($this->getReference('tag-ullamcorper'));
$manager->persist($post);
$this->setReference('post-4', $post);
$post = new Post();
$post->setTitle('Excepteur sint occaecat cupidatat proident');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Dolorem'));
$post->addTag($this->getReference('tag-uspendisse'));
$post->addTag($this->getReference('tag-maecenas'));
$post->addTag($this->getReference('tag-justo'));
$manager->persist($post);
$this->setReference('post-5', $post);
$post = new Post();
$post->setTitle('Aenean eget lobortis lectus');
$post->setSummary($this->getPostSummary());
$post->setContent($this->getPostContent());
$post->setAuthor($this->getReference('user-john_admin'));
$post->setCategory($this->getReference('category-Dolorem'));
$post->addTag($this->getReference('tag-consectetur'));
$post->addTag($this->getReference('tag-imperdiet'));
$post->addTag($this->getReference('tag-facilisis'));
$manager->persist($post);
$this->setReference('post-6', $post);
$manager->flush();
}