~alliancecsf-dev/authpuppy/apConnectionPoliciesPlugin

« back to all changes in this revision

Viewing changes to lib/model/doctrine/autogenerated/apApplicablePoliciesTable.class.php

  • Committer: Geneviève Bastien
  • Date: 2010-07-16 15:22:01 UTC
  • Revision ID: gbastien@versatic.net-20100716152201-7raug5v8dp2a7vgx
 Added a way to manage and feedback to users their status on all applicable policies for a given connection, not just the limit of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
 
 
4
class apApplicablePoliciesTable extends PluginapApplicablePoliciesTable
 
5
{
 
6
    
 
7
    public static function getInstance()
 
8
    {
 
9
        return Doctrine_Core::getTable('apApplicablePolicies');
 
10
    }
 
11
}
 
 
b'\\ No newline at end of file'