次のようなケーキphpのコードがあります。
public $ceff_instance = array();
public function __construct() {
$this->ceff_instance = $this->wsMethod_GO();
}
protected $filedMethodMappings = $this->$ceff_instance;
Where$wsMethod_GOは配列を返します。ただし、配列をunexpected T_FUNCTIONに入れようとする行にがあると書かれています。これの理由は何ですか?$ceff_instance$filedMethodMappings
一生解けません。