Ferreteria/v0.3/class/tRowsBlob
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
/*tttt
IMPLEMENTS ifRowsBlob
STANDARD USE: PortalRow types
*/
trait tRowsBlob {
private $binResult;
public function SetResultBlob($r) {
$this->binResult = $r;
}
public function GetResultBlob() {
return $this->binResult;
}
}
- file:
data/rows/sourced.php
- implements: ifRowsBlob
- used by: cPortalRow_storage