255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'address' => 'Address', 'tell' => 'Tell', 'content' => 'Content', 'wechat' => 'Wechat', 'company' => 'Company', 'email' => 'Email', 'updated_at' => 'Updated At', 'coordinate' => 'Coordinate' ]; } public static function getAboutwe(){ $model = Aboutwe::find()->one(); return $model; } }