Entity API Wrapper
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Wraps basic Drupal entities for some OOP goodness.
Example usage:
use Drupalentity_class_generatorEntityWrapperNodeArticleWrapper;
$test = new ArticleWrapper(1);
// This nicely autocompletes and returns body of the article.
$test->getBodyText();
