<?php declare(strict_types=1); use Airship\Engine\View; /** * CABIN-SPECIFIC LENS MODIFICATIONS GO HERE * * We can add filters, functions, etc. to the current lens if we want * * @global View $lens */
info at phpclasses dot org