null Module_OOP_ORM_Finder_DB::__construct( )
function __construct() { if ( null === $this->tablename ) { throw new Exception(__('orm tablename is not declared.')); } parent::__construct(); }