Files
Chamilo/vendor/sonata-project/easy-extends-bundle/Resources/skeleton/phpcr/repository.mustache
2025-08-14 22:41:49 +02:00

27 lines
670 B
Plaintext

<?php
/**
* This file is part of the <name> project.
*
* (c) <yourname> <youremail>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace {{ extended_namespace }}\PHPCR;
use {{ namespace}}\PHPCR\Base{{ name }}Repository;
/**
* This file has been generated by the EasyExtends bundle ( https://sonata-project.org/bundles/easy-extends )
*
* References :
* query builder : http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html
*
* @author <yourname> <youremail>
*/
class {{ name }}Repository extends Base{{ name }}Repository
{
}