%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/wp-content/plugins/wp-rocket/inc/Engine/Container/Definition/
Upload File :
Create Path :
Current File : //var/www/pn/wp-content/plugins/wp-rocket/inc/Engine/Container/Definition/DefinitionInterface.php

<?php

namespace WP_Rocket\Engine\Container\Definition;

interface DefinitionInterface
{
    /**
     * Handle instantiation and manipulation of value and return.
     *
     * @param  array $args
     * @return mixed
     */
    public function build(array $args = []);

    /**
     * Add an argument to be injected.
     *
     * @param  mixed $arg
     * @return $this
     */
    public function withArgument($arg);

    /**
     * Add multiple arguments to be injected.
     *
     * @param  array $args
     * @return $this
     */
    public function withArguments(array $args);
}

Zerion Mini Shell 1.0