Seems we have requests for this information (yay)... Can we add it?
Want to effectively do ArchivedFile::newFromRow( $row )->pageCount();
Thanks :)
Version: unspecified
Severity: enhancement
Reedy | |
Mar 13 2011, 10:46 PM |
F7744: bug_28031.patch | |
Nov 21 2014, 11:32 PM |
Seems we have requests for this information (yay)... Can we add it?
Want to effectively do ArchivedFile::newFromRow( $row )->pageCount();
Thanks :)
Version: unspecified
Severity: enhancement
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Catrope | T29585 add pagecount to list=filearchive | |||
Resolved | None | T30031 Add pageCount support to ArchivedFile |
<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
<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
Bryan.TongMinh wrote:
(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.