'Varchar', 'Limit' => 'Int', 'Sortby' => 'Varchar', ); /** * @var array */ private static $only_available_in = array( 'none', ); /** * {@inheritdoc} */ public function canCreate($member = null) { return false; } /** * {@inheritdoc} */ public function up() { $this->ClassName = 'BlogTagsWidget'; $this->write(); return "Migrated " . $this->Title . " widget"; } }