Last modified: 2011-03-13 22:58:50 UTC
Seems we have requests for this information (yay)... Can we add it? Want to effectively do ArchivedFile::newFromRow( $row )->pageCount(); Thanks :)
Created attachment 8288 [details] Attempt numero uno
<Bryan> Reedy: ehh, isn't ArchivedFile::pageCount() just working? <Bryan> it's inherited from File <Reedy> Bryan, class ArchivedFile { <Reedy> It seemed rather strange :/ <Intima> It sure does <Bryan> wtf * Reedy runs away <Bryan> it can at least inherit File, but possibly LocalFile as well Leaving as is for the moment... The patch would fix it, but if we're just going to add in a super class, this patch is redundant
(In reply to comment #2) > Leaving as is for the moment... The patch would fix it, but if we're just going > to add in a super class, this patch is redundant It's good enough for now though.
r83861