I'm using PAGE EDIT PER USER to control access to pages for editing.
Is there and easy way to call all pages that the current user has editing access to?
Something like $mypages = $pages->find("iseditable")
I can see in the documentation a way to test the current page but nothing as a selector like this.