Jackalope\Transport\WritingInterface::assertValidName PHP 메소드

assertValidName() 공개 메소드

Note: There is a minimal implementation in BaseTransport
또한 보기: http://www.day.com/specs/jcr/2.0/3_Repository_Model.html#3.2.2%20Local%20Names
public assertValidName ( string $name ) : boolean
$name string The name to check
리턴 boolean always true, if the name is not valid a RepositoryException is thrown
    public function assertValidName($name);