11], [['cert_key'], 'string', 'max' => 15], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'mobile' => 'Mobile', 'cert_key' => 'Cert Key', 'cert' => 'Cert', 'request_from' => 'Request From', 'sent_time' => 'Sent Time', 'cert_time' => 'Cert Time', ]; } }