Modules\Recipe\Sidebar\SidebarExtender::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Modules\Core\Contracts\Authentication $auth )
$auth Modules\Core\Contracts\Authentication
    public function __construct(Authentication $auth)
    {
        $this->auth = $auth;
    }