Commit da625a73 authored by Tomas Lang's avatar Tomas Lang

Mapper: set relationship table glue

parent eb51891d
......@@ -41,6 +41,26 @@ class Mapper extends \LeanMapper\DefaultMapper
/**
* @param string $relationshipTableGlue
*/
public function setRelationshipTableGlue($relationshipTableGlue)
{
$this->relationshipTableGlue = $relationshipTableGlue;
}
/**
* @return string
*/
public function getRelationshipTableGlue()
{
return $this->relationshipTableGlue;
}
/**
* Vyhledá název třídy podle názvu tabulky
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment