Class yii\apidoc\models\InterfaceDoc

Inheritanceyii\apidoc\models\InterfaceDoc » yii\apidoc\models\TypeDoc » yii\apidoc\models\BaseDoc » yii\base\Object
Available since version2.0

Represents API documentation information for an interface.

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
mbUcFirst() Multibyte version of ucfirst() yii\apidoc\models\BaseDoc

Property Details

$implementedBy public property
public $implementedBy = []
$parentInterfaces public property
public $parentInterfaces = []

Method Details

__construct() public method

public void __construct ( $reflector null, $context null, $config = [] )
$reflector \phpDocumentor\Reflection\InterfaceReflector
$context yii\apidoc\models\Context
$config array