255], [['mobile'], 'string', 'max' => 30], [['memo'], 'string', 'max' => 1000], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'mobile' => 'Mobile', 'email' => 'Email', 'memo' => 'Memo', 'type' => 'Type', 'create_time' => 'Create Time', ]; } }