<?php namespace CorpusParole\Repositories; interface DocumentRepository { public function all(); public function get($id); }