]> git.mjollnir.org Git - moodle.git/commit
New naming conventions for class names to bring them in line with the
authordefacer <defacer>
Tue, 23 Nov 2004 18:53:34 +0000 (18:53 +0000)
committerdefacer <defacer>
Tue, 23 Nov 2004 18:53:34 +0000 (18:53 +0000)
commite89d741af301795cbff6fbc220d50160c3937a1e
tree7127f1fe3ae615f79cc5c014a7f8cee1953c9471
parent905e80d273ab93fdebd10fe6e920d824c300a333
New naming conventions for class names to bring them in line with the
rest of Moodle. The convention for blocks is now:

class block_something extends block_base { ... }

HOWTO updated accordingly, plus some more minor polishing. More to come.
18 files changed:
blocks/HOWTO.html
blocks/activity_modules/block_activity_modules.php
blocks/admin/block_admin.php
blocks/calendar_month/block_calendar_month.php
blocks/calendar_upcoming/block_calendar_upcoming.php
blocks/course_list/block_course_list.php
blocks/course_summary/block_course_summary.php
blocks/login/block_login.php
blocks/moodleblock.class.php
blocks/news_items/block_news_items.php
blocks/online_users/block_online_users.php
blocks/participants/block_participants.php
blocks/recent_activity/block_recent_activity.php
blocks/search_forums/block_search_forums.php
blocks/section_links/block_section_links.php
blocks/site_main_menu/block_site_main_menu.php
blocks/social_activities/block_social_activities.php
lib/blocklib.php