Sulu\Bundle\CategoryBundle\Event\CategoryDeleteEvent::__construct PHP Метод

__construct() публичный Метод

public __construct ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface The deleted category
    public function __construct(CategoryInterface $category)
    {
        $this->category = $category;
    }
CategoryDeleteEvent