Airship\Cabin\Bridge\Landing\Proto\FileManager::commonSelectCabin PHP 메소드

commonSelectCabin() 공개 메소드

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