CMS\Page::getName PHP Method

getName() public method

Return name of file without extension
public getName ( ) : string
return string
    public function getName()
    {
        return filter(self::class . '::' . __FUNCTION__, $this->getBasename('.' . $this->getExtension()));
    }