This commit is contained in:
chrisyue 2013-01-11 11:37:02 +08:00
parent 1bfc94e060
commit ea806b1e9e

View File

@ -357,7 +357,7 @@ snippet ags
/** /**
* ${1:description} * ${1:description}
* *
* @ORM\Column(type=$7) * @${7}
*/ */
${2:protected} $${3:foo}; ${2:protected} $${3:foo};
@ -369,7 +369,6 @@ snippet ags
public function set$4(${5:$4 }$${6:$3}) public function set$4(${5:$4 }$${6:$3})
{ {
$this->$3 = $$6; $this->$3 = $$6;
return $this; return $this;
} }
snippet rett snippet rett