Gajus\Fuss\PageTab::getId PHP Method

getId() public method

The page ID.
public getId ( ) : integer
return integer
    public function getId()
    {
        return (int) $this->page['id'];
    }