App\Http\Controllers\DocumentAPIController::__construct PHP 메소드

__construct() 공개 메소드

DocumentAPIController constructor.
public __construct ( DocumentRepository $documentRepo )
$documentRepo App\Ninja\Repositories\DocumentRepository
    public function __construct(DocumentRepository $documentRepo)
    {
        parent::__construct();
        $this->documentRepo = $documentRepo;
    }