21 public function __construct( ILoadBalancer $lb ) {
26 $pageId = $page->getArticleID();
27 if ( $pageId === 0 ) {
28 throw new LogicException(
'Page must exist' );
35 $pageId = $page->getArticleID();
36 if ( $pageId === 0 ) {
37 throw new LogicException(
'Page must exist' );