Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Pro\CrawlerBundle\Parser;
use Goutte\Client;
use Symfony\Component\DomCrawler\Crawler;
use Pro\CrawlerBundle\Entity\ZonaDeluxe as entity;
class zonaDeluxe
{
private $url;
<?php
namespace Pro\CrawlerBundle\Parser;
use Goutte\Client;
use Symfony\Component\DomCrawler\Crawler;
use Pro\CrawlerBundle\Entity\ZonaDeluxe as entity;
class zonaDeluxe
{
private $url;
<?php
namespace Jet\ShopBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* Jet\ShopBundle\Entity\Product
*