YaLinqo\Utils::init PHP Méthode

init() public static méthode

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

Usage Example

Exemple #1
0
 /** @covers YaLinqo\Utils::init
  */
 function testInit()
 {
     U::init();
 }
All Usage Examples Of YaLinqo\Utils::init