B\C::L PHP Method

L() static public method

static public L ( b\E $c ) : array
$c b\E
return array
    static function L(E $c) : array
    {
        if (N($c) === 1) {
            return [];
        }
        return G('P', $c);
    }