Commit 4634b7c1 authored by zYne's avatar zYne

--no commit message

--no commit message
parent fd4cbda5
......@@ -248,6 +248,19 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
{
$this->actAs($template, $options);
}
/**
* bindQueryParts
* binds query parts to given component
*
* @param array $queryParts an array of pre-bound query parts
* @return Doctrine_Record this object
*/
public function bindQueryParts(array $queryParts)
{
$this->_table->bindQueryParts(array $queryParts);
return $this;
}
/**
* actAs
* loads a given plugin
......@@ -305,4 +318,4 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
}
return $this;
}
}
\ No newline at end of file
}
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