Redaxscript\Assetic\Transport::__construct PHP Méthode

__construct() public méthode

constructor of the class
Since: 2.4.0
public __construct ( Registry $registry, Language $language )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language class
    public function __construct(Registry $registry, Language $language)
    {
        $this->_registry = $registry;
        $this->_language = $language;
    }