14 lines
190 B
PHP
14 lines
190 B
PHP
<?php
|
|
|
|
class Kronolith_Stub_CalendarManager
|
|
{
|
|
public function __construct($calendar = 'foo')
|
|
{
|
|
}
|
|
|
|
public function getEntry($list, $entry)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
} |