Skip to content

Commit

Permalink
some refacotring
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Philip Scholten committed Oct 8, 2013
1 parent fb2ee53 commit f6e5bda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 463 deletions.
5 changes: 4 additions & 1 deletion src/Propel/Generator/Builder/Om/AbstractObjectBuilder.php
Expand Up @@ -59,8 +59,11 @@ protected function isAddGenericMutators()
* Whether to add the generic accessor methods (getByName(), getByPosition(), toArray()).
* This is based on the build property propel.addGenericAccessors, and also whether the
* table is an alias.
*
* @TODO: made public because twig
* @TODO: maybe move to some kind of core extension of propel?
*/
protected function isAddGenericAccessors()
public function isAddGenericAccessors()
{
$table = $this->getTable();

Expand Down

0 comments on commit f6e5bda

Please sign in to comment.