lithium\tests\mocks\util\MockCollectionMarker::mark PHP 메소드

mark() 공개 메소드

public mark ( )
    public function mark()
    {
        $this->marker = true;
        return true;
    }
MockCollectionMarker