Evercode1\ViewMaker\HasParentAndChildAndSlug::hasChild PHP 메소드

hasChild() 개인적인 메소드

private hasChild ( array $tokens ) : boolean
$tokens array
리턴 boolean
    private function hasChild(array $tokens)
    {
        return isset($tokens['child']);
    }