Airship\Cabin\Bridge\Landing\Proto\FileManager::commonSelectCabin PHP Method

commonSelectCabin() public method

Process the landing page.
public commonSelectCabin ( )
    public function commonSelectCabin()
    {
        if (!$this->permCheck()) {
            \Airship\redirect($this->airship_cabin_prefix);
        }
        $this->lens('files', ['cabins' => $this->getCabinNamespaces()]);
    }