Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
Zircon Profile 8.0
Struct.php in Zircon Profile 8.0
Same filename in this branch
8.0 vendor/sebastian/comparator/tests/_files/Struct.php
8.0 vendor/phpunit/phpunit/tests/_files/Struct.php
Same filename and directory in other branches
8 vendor/phpunit/phpunit/tests/_files/Struct.php
File
vendor/phpunit/phpunit/tests/_files/Struct.php
View source
<?php
class
Struct
{ public $var; public
function
__construct
(
$var
) {
$this
->
var
=
$var
; } }
Classes
Name
Description
Struct
API Navigation
Zircon Profile 8.0
Topics
Classes
Functions
Files
Namespaces
Services
Elements
Constants
Globals
Deprecated