add model for access control list

The schema is compatible with the distributed schema of the Security component.
This commit is contained in:
Toni Uebernickel 2012-01-12 16:29:33 +01:00
commit f6edbe3e7b
17 changed files with 376 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\PropelBundle\Model\Acl;
use Propel\PropelBundle\Model\Acl\om\BaseObjectIdentityQuery;
class ObjectIdentityQuery extends BaseObjectIdentityQuery
{
}