NamespaceResult
in package
名前空間の情報を保持するクラスです
Table of Contents
Properties
Methods
- __construct() : mixed
- 新しいオブジェクトを作成します
Properties
$base read-only
public
string
$base
名前空間のベースパス
$class read-only
public
string
$class
クラス名
$full read-only
public
string
$full
名前空間のフルパス
Methods
__construct()
新しいオブジェクトを作成します
public
__construct(string $full, string $base, string $class) : mixed
Parameters
- $full : string
-
名前空間のフルパスを指定します
- $base : string
-
名前空間のベースパスを指定します
- $class : string
-
クラス名を指定します