generated at
PHPのclass
from PHP





const


インスタンス変数へのアクセスをミスりやすい
$this->hoge ok
$this->$hoge ng
$this.hoge ng