first commit
This commit is contained in:
13
wp-content/plugins/brizy/admin/url-iterator.php
Normal file
13
wp-content/plugins/brizy/admin/url-iterator.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class Brizy_Admin_UrlIterator
|
||||
*/
|
||||
class Brizy_Admin_UrlIterator extends ArrayIterator {
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function __toString() {
|
||||
return (string)$this->current();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user