Jackalope\Transport\WritingInterface::assertValidName PHP Method

assertValidName() public method

Note: There is a minimal implementation in BaseTransport
See also: 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
return boolean always true, if the name is not valid a RepositoryException is thrown
    public function assertValidName($name);