subqueuelist.php 213 B

123456789101112
  1. <?php
  2. if (!defined('GNUSOCIAL')) { exit(1); }
  3. class SubQueueList extends ProfileList
  4. {
  5. public function newListItem(Profile $target)
  6. {
  7. return new SubQueueListItem($target, $this->action);
  8. }
  9. }