Airship\Engine\Landing::getLensAsText PHP Method

getLensAsText() protected method

Render a Lens as text, return a string
protected getLensAsText ( string $name, $cArgs ) : string
$name string
$cArgs Constructor arguments
return string
    protected function getLensAsText(string $name, ...$cArgs) : string
    {
        return $this->airship_lens_object->render($name, ...$cArgs);
    }