Knp\Bundle\KnpBundlesBundle\Event\BundleEvent::__construct PHP Method

__construct() public method

public __construct ( Bundle $bundle )
$bundle Knp\Bundle\KnpBundlesBundle\Entity\Bundle
    public function __construct(Bundle $bundle)
    {
        $this->bundle = $bundle;
    }