LightnCandy\Runtime::in PHP Метод

in() публичный статический Метод

For {{#* inlinepartial}} .
public static in ( array\arraystring | integer> &$cx, string $p, Closure $code )
$cx array\arraystring | integer>
$p string partial name
$code Closure the compiled partial code
    public static function in(&$cx, $p, $code)
    {
        $cx['partials'][$p] = $code;
    }