permissions = array( '' => array( 'some' => ezcWebdavAuthorizer::ACCESS_WRITE, ), 'collection' => array( 'some' => ezcWebdavAuthorizer::ACCESS_WRITE, ), ); $this->credentials = array( 'foo' => 'bar', 'some' => 'thing', '23' => '42', 'Mufasa' => 'Circle Of Life', ); } } ?>