bar() public static method

public static bar ( )
コード例 #1
0
ファイル: DependantTrait.06.php プロジェクト: exakat/exakat
 function foo()
 {
     t::bar();
 }
コード例 #2
0
ファイル: DependantTrait.05.php プロジェクト: exakat/exakat
 function foo()
 {
     t::$bar = 2;
 }