30], [['path', 'component', 'redirect', 'icon', 'api_url'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'pid' => 'Pid', 'title' => 'Title', 'path' => 'Path', 'component' => 'Component', 'redirect' => 'Redirect', 'icon' => 'Icon', 'api_url' => 'Api Url', 'status' => 'Status', ]; } }