Evercode1\ViewMaker\HasParentAndChildAndSlug::isViewChild PHP Method

isViewChild() private method

private isViewChild ( array $tokens ) : boolean
$tokens array
return boolean
    private function isViewChild(array $tokens)
    {
        return $tokens['child'] == $tokens['modelName'];
    }