cms-installer/lib/Zend/Console_Getopt.class.php
2015-03-02 21:22:57 +01:00

7 lines
118 B
PHP

<?php
class Console_Getopt extends Zend_Console_Getopt {
public function getRules() {
return $this->_rules;
}
}