<?php
class AnDomain
{
/**
*
* @param $entity
* @return unknown_type
*/
static public function repository($entity)
{
}
/**
*
* @param $entity
* @return unknown_type
*/
static public function mapper($entity)
{
}
/**
*
* @param $entity
* @return unknown_type
*/
static public function query($entity)
{
}
/**
*
* @param $entity
* @param $properties
* @return unknown_type
*/
static public function model($entity, $properties = array())
{
}
}