次のようなケーキ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
一生解けません。