Pagekit\View\Asset\AssetFactory::register PHP Method

register() public method

Registers an asset type.
public register ( string $name, string $class ) : self
$name string
$class string
return self
    public function register($name, $class)
    {
        $this->types[$name] = $class;
        return $this;
    }