Back to WebAssetRegistry class

Method __construct

public
__construct
()
Registry constructor
Since
  • 4.0.0

Method __construct - Source code

/**
 * Registry constructor
 *
 * @since  4.0.0
 */
public function __construct()
{
    // Use a dedicated dispatcher
    $this->setDispatcher(new EventDispatcher());
}