Ferreteria/v0.3/class/tRowsBlob
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
/*tttt
IMPLEMENTS ifLoadableRows
USE WITH PortalRow types, preferably
*/
trait tLoadableRow {
private $binResult;
public function SetResultBlob($r) {
$this->binResult = $r;
}
public function GetResultBlob() {
return $this->binResult;
}
}
- file: Template:L/ferreteria/file
- implements: Template:L/ferreteria/class