Podstawy programowania III
Jan Kazimirski
<?php
//Access modę manipulations. class AccMode {
//Set default and change current modę. public function setMode(ScmdList) {}
// Get HTML codę for the change modę button. public function getModeButton() {}
//Return TRUE ifedit modę is on. public function isEditMode() {}
?>