Bolt\Asset\Widget\Queue::get PHP Метод

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

Get a widget from the queue.
public get ( string $key ) : Bolt\Asset\Widget\WidgetAssetInterface
$key string
Результат Bolt\Asset\Widget\WidgetAssetInterface
    public function get($key)
    {
        return $this->queue[$key];
    }