Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
License.php
function License::__construct
File
vendor/
phar-io/
manifest/
src/
values/
License.php
, line 20
Class
License
Namespace
PharIo\Manifest
Code
public
function
__construct
(string
$name
, Url
$url
) {
$this
->
name
=
$name
;
$this
->
url
=
$url
; }
RSS feed