Expanded class hierarchy of SomeAnnotationWithConstructorWithoutParams
class SomeAnnotationWithConstructorWithoutParams {
function __construct() {
$this->data = "Some data";
}
public $data;
public $name;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SomeAnnotationWithConstructorWithoutParams:: |
public | property | ||
SomeAnnotationWithConstructorWithoutParams:: |
public | property | ||
SomeAnnotationWithConstructorWithoutParams:: |
function |