Zend certified PHP/Magento developer

Method naming in PHP: I’ve done a wrapper for an API, one of them gets documents (in my Index class). What is the best name: `$index->getDocuments` or `$index->Documents`?