Airship\Cabin\Hull\Landing\PublicFiles::airshipLand PHP Méthode

airshipLand() public méthode

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )
    public function airshipLand()
    {
        parent::airshipLand();
        $this->files = $this->blueprint('PublicFiles');
    }