Bolt\Asset\Widget\Queue::get PHP Méthode

get() public méthode

Get a widget from the queue.
public get ( string $key ) : Bolt\Asset\Widget\WidgetAssetInterface
$key string
Résultat Bolt\Asset\Widget\WidgetAssetInterface
    public function get($key)
    {
        return $this->queue[$key];
    }