YaLinqo\Utils::init PHP Method

init() public static method

public static init ( )
    public static function init()
    {
        self::$lambdaCache = ['$v' => ['v,k' => Functions::$value], '$k' => ['v,k' => Functions::$key]];
    }

Usage Example

コード例 #1
0
ファイル: UtilsTest.php プロジェクト: athari/yalinqo
 /** @covers YaLinqo\Utils::init
  */
 function testInit()
 {
     U::init();
 }
All Usage Examples Of YaLinqo\Utils::init